Well, code to restore the database from a backup for one. It also seems to track form which server backups were created.
I haven't looked, but it might also, in the spirit of Django, be "database agnostic" and allow you to import data across DBMSs. You'd still need to keep some things like uploaded files in sync though.