I frankly have no idea what those do, and I too would like to know.
They are for cracking leaked MYSQL databases. When passwords are stored in a database, they are hashed (so something like "test" hashed with MD5 turns into "098f6bcd4621d373cade4e832627b4f6") so if the database gets stolen, nobody can figure out the password easily. What EggCrack does is brute force the hash by guessing the password continously until the hashed "guess" is equal to the hashed password. That means the password is equal to the guess.