Type in a list with numbers (like "5, 7, 9, 4, 3, 2, 1, 0, 11, 12, 6, 3, 4, 3, 2, 6" or "8.4+9.4+14.2+5.6+8.3+9.0+10.2") and it'll be sorted from least to greatest. It works with decimals.
Thanks zsiegel for preventing me from having to painfully copy the bubble sorting code from the Scratch Wiki. I added that list thing so that I can minimize effort in sorting the lists provided by my school. It was meant to be used with comma lists, but it also works with other formats.