Allowing people to delete their accounts would break the interdependent data relationships in the database. If your account disappeared, for example, a ton of posts would exist with no author. If we removed your posts as well, then any topics you started would disappear and leave behind orphaned posts from other people. Basically, the database would become one maintenance nightmare.
(especially since MyISAM doesn't support foreign keys)