Just in case anyone doesn't know why Bcrypt is so awesome, it's because it actually takes longer to hash (based on the difficulty level you set, and you can bump up the difficulty level as hardware gets more powerful).
For other applications, you want hashing to be fast. But for passwords, you want hashing to be as slow as possible without compromising user experience.