tc(split) lets us select items from a list, tc(sort) would let us sort these items.
tc(sort, [text], [separator], [direction = asc | desc | random])
Splits [text] by [separator], sorts the resulting list according to [direction], returns the sorted list joined with [separator]. Default value if [direction] isn’t given would be asc.