Rust taught me that sorting and ordering are two words that get used wrong pretty frequently. Sorting is for when you want to organize objects into distinct buckets, where ordering is if you want a list in descending order.

quicksort should really be called quickorder

The More You Know