Binary Search Trees for Priority Queues?

Q: Why not use binary search trees for priority queues?

A:

Binary heaps, when properly implemented, are self-balancing.