Model answer
Each shift removes one inversion involving the inserted key. Total movement is proportional to the initial inversion count plus O(n) pass overhead, explaining linear performance on sorted input and quadratic performance on reverse order.
Use the key terms, then explain the reasoning.