NEW_LOOP_PACKET is the data from the hardware - and depending on the hardware may be either for all the sensors or just some - different hardware works in different ways. NEW_ARCHIVE_RECORD will be the average data values for all sensors received during the archive period (often 5 minutes). The archive records will then be stored into he database (SQLite or MySQL) for use by the reporting engine.
What do you mean by 'spare data'? perhaps NEW_ARCHIVE_RECORD contains the data you are looking for rather than NEW_LOOP_RECORD.