Streams are designed to allow multiple pieces of data to be published under the same key. The application decides whether it pays attention to the first value, last value, or full history of values.
If you use liststreamkeys with verbose=true you will see the first and last item for each key.
You can also use different parameters with liststreamkeyitems to get the first or last item, or all items.