In c/c++ land, when not using stl containers, I tend to use quicksort, because it is built into the run time, while mergesort is not. So I believe that in many cases, it is simply the path of least resistance.