It would have to be carefully thought about as `sort` has a complex API, but we could allow things like: ``` sort(df, :x => x -> x^2) ``` (so to allow to sort not only on columns but also on transformations)