Similar to CCK's text and number fields, it would make a lot of sense to support other fields. The "date" field type doesn't ship with CCK itself, but is very popular and therefore also important to support. The getter/setter callbacks should retrieve/write PHP DateTime objects, while the import/export callbacks should probably write/retrieve ISO date strings (standard combined date/time representations for single-date fields, and time intervals for from/to date fields).