Peak Memory is usually higher because of some temporary memory allocations.
The rest of the memory stats are non-temporary memory usage.
Temporary memory could be something like resizing some data structure. For a moment there would be two copies, the old and the new, until after the existing data was copied over, and the old copy deleted.
// Stephen Blair
// Arnold Renderer Support