Salts guard against rainbow table attacks. If I can dump a database or LDAP with a bunch of unsalted hashes, I can compare them all to my trusty rainbow table and retrieve a whole bunch of passwords pretty quickly.
This exact thing happened to Linkedin because they weren't using salts.