I think its so that you can offer multiple links based on the http method.
e.g.
"links": [
{"rel": "sender", "method":"post", "href":"http://example.org/entity/1"},
{"rel": "sender", "method":"put", "href":"http://example.org/entity/1"}, ...
]
maybe you could adapt that to your idea
"sender": {
"href":"http://example.org/entity/1",
"methods": ["put","post"]
}