If you have a commit that both moves a file and modifies it, and you create a revision for the commit, the Differential UI helpfully shows line-level diffs indicating what lines in the moved file were also modified.
For example, look at the diff for PhutilTestCase.php in in D12665#a45fc076.
However, after committing, if you view the commit in Diffusion then the entire file appears green and you cannot see the line-level diffs: rARC753705b2#a45fc076.
The reason this is a problem is for teams that use a post-commit review (Audit) workflow. Audits for files that were both moved and changed in a single commit are difficult to do in the web UI because you cannot see line-level diff info. Instead, reviewers need to view the commit using git command-line tools, or committers must remember to create two separate commits (one to rename, one to modify).