(See original.) 16 blocks
Thanks to @_nix for pointing out that you can compare Strings using < and >. Thanks to @04tmoody for the idea to insert items into another list. This uses insertion sort combined with the fact that item 0 in a list is empty, meaning that any item is guaranteed to be greater than it. Also shortened by using a forever loop.