If you create a slot instance then you first “Read Slot from File”, and then after that you save the streamed level, you are basically appending to existing save data.
If you simply do not read old data before saving, you are overwriting old data that is then erased from file.
Some projects want it one way, some want it the other way… So it’s up to developer to decide.