When performing a mapReduce operation over a large dataset, and constraining the dataset with a different field than the sort field, the sort operation adds significant (Orders of magnitude) more time to the operation.
(This occurred in production with a date-bound filter on a large collection that was sorted by a text field.)