I have got a large amount of data that is nearly sorted.
As e.g. nicely shown in these animations, a simple insertion sort could be the fastest in this case.
So I suggest offering this as an additional algorithm for the 'kind' argument.
(I also found a corresponding SO question.)