Bucket sort could be implemented in all kinds of ways, but this is the only sort I know of that work in O(N) time, provided there are not too many duplicates of data. It's pretty cool, and worth showing IMO.
Otherwise bucket sort will be overshadowed by other sorts suck as Quicksort, mergesort and heapsort.