When importing multiple products with the same name, the slug generator generates duplicate product slugs, which causes a unique constraint violation to trigger:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'en-foo-bar' for key 'UNIQ_105A9084180C698989D9B62
As a workaround, it might make sense for the slug to also be imported and exported.