Mainly I'm trying to see if there are fields that could set me up for success in the future. For example, I use the edit mode on forms a lot. So I have a "last_edit_user" field that pulls from username. That way if I edit the data I'll still know who it was before me.
Edit: I also just learned of the "mode" property that I could store in the data, so I know if the data is new or been edited.