In the latter process, some epochs (a lot of epochs actually!) are dropped automatically. The reason is obscure to me. They even disappear from the drop_log.
hard to say why without the console output, the data file, and a reproducible code snippet. One reason that epochs might be automatically dropped is if they are too close to the beginning or end of the recording. So given tmin=-0.2, tmax=0.998 you will lose any epochs where the event marker is earlier than time 0.2 or later than 0.998 s prior to the end of the object.