Good question. There is the Moving Aggregation node that can give the difference by using the “range” option, but then you loose the sign of the difference (pos or neg). The other option is to create Lists (pairs) with the Moving Aggregation node, then Split Collection Column, and then calculate the difference between the columns with the Math node. But it would be nice if there would be a more elegant option.