Quicksort is an excellent example:
- It performs far better (most of the times) than anything you can come up with easily.
- Depending on preconditions (e.g. presorted dataset) there may be still a better algorithm
- For really large datasets (requiring distributed storage) is performs poor but the literature offers enough better algorithms.