When pulling a database from production to a staging/dev environment you may want some tables to remain in place, such as admin user tables for example.
An admin user table would usually be excluded from the backup to protect sensitive information.
It would be nice to have a way of not wiping tables like this when importing a database so that new admin user accounts do not have to be created every time the database is migrated.