Balanced Partitioning (pivot is the median of the sequence) leads to like Merge Sort.
Unbalanced Partitioning (maximally bad when array already sorted) leads to like Insertion Sort.