Imagine a case where comparison of two elements is hugely expensive.
Which sorting algorithm would you use?
Which sorting algorithm uses the fewest comparisons in the average case?
What if you can expect a lot of the compared elements to be identical, say in 80% of the comparisons. Does it make a difference?