Mental Model
Sorting arranges items in order so we can find, compare, or combine them easily and quickly.
Analogy: Imagine putting books on a shelf by height. Once sorted, finding the tallest or shortest book is fast and simple.
Unsorted array: [3, 1, 4, 2] Sorted array: [1, 2, 3, 4]