Commands that benefits from parallel sorting

Any Transact-SQL command that requires data row sorting can benefit from parallel sorting techniques. These commands are:

In addition, any cursors that use the above commands can benefit from parallel sorting.